home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / shared.dxr / 04480_UtilityMetaClass.ls < prev    next >
Encoding:
Text File  |  1996-02-21  |  108 b   |  6 lines

  1. on addUnique theList, theItem
  2.   if getOne(theList, theItem) = 0 then
  3.     add(theList, theItem)
  4.   end if
  5. end
  6.